Skip to content

Fix #2218: Add fullyDefinedType for class parent types #2228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2017

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Apr 11, 2017

If we do not do that, any type variables in the parent type get interpolated
later, when the whole primary constructor is typed. But by then we miss the
context of what their variance was.

Fixes #2218

If we do not do that, any type variables in the parent type get interpolated
later, when the whole primary constructor is typed. But by then we miss the
context of what their variance was.
@odersky odersky requested a review from liufengyun April 11, 2017 15:08
@odersky odersky changed the title Add fullyDefinedType for class parent types Fix #2218: Add fullyDefinedType for class parent types Apr 11, 2017
Copy link
Member

@smarter smarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@liufengyun
Copy link
Contributor

LGTM

@odersky odersky merged commit d63191d into scala:master Apr 11, 2017
@allanrenucci allanrenucci deleted the fix-#2218 branch December 14, 2017 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants